home *** CD-ROM | disk | FTP | other *** search
/ Drivin' Route 66 / Drivin' Route 66 (1995)(Creative Multimedia)[Mac-PC].iso / pc / rtmm.dir / 00587_Script_587 < prev    next >
Text File  |  1995-10-03  |  189b  |  9 lines

  1. on testSite
  2.   repeat while 1
  3.     put the mouseV into s
  4.     if the mouseDown then
  5.       put s & return & gettext(2,s) into field "audit"
  6.       updatestage
  7.     end if
  8.   end repeat
  9. end